home *** CD-ROM | disk | FTP | other *** search
/ Digital Underground 1 / Digital Underground 1.iso / main / gal7.dir / 00010.ls < prev    next >
Encoding:
Text File  |  1995-04-11  |  265 b   |  15 lines

  1. on mouseDown
  2.   set spnum to the clickOn
  3.   puppetSprite(spnum, 1)
  4.   set the castNum of sprite spnum to the number of cast "ZOOM_D"
  5.   updateStage()
  6.   repeat while the stillDown
  7.     updateStage()
  8.   end repeat
  9.   puppetSprite(spnum, 0)
  10. end
  11.  
  12. on mouseUp
  13.   go("bnext")
  14. end
  15.